Initializes a new instance of the RdlEnum<(Of <(<'T>)>)> class with a constant value.

Namespace:  C1.C1Rdl
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public RdlEnum(
	T value
)
Visual Basic
Public Sub New ( _
	value As T _
)

Parameters

value
Type: T
A constant value.

See Also